home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Dom i biuro / AlfaClock 1.71 / alfaclock_v1.71.exe / {app} / AlfaClock.exe / 0 / RCDATA / TCLOCKSETUP / TCLOCKSETUP.txt
Text File  |  2004-10-05  |  15KB  |  563 lines

  1. object ClockSetup: TClockSetup
  2.   Left = 0
  3.   Top = 0
  4.   Width = 701
  5.   Height = 460
  6.   TabOrder = 0
  7.   object GroupBox_SystemSettings: TGroupBox
  8.     Left = 0
  9.     Top = 270
  10.     Width = 450
  11.     Height = 80
  12.     Caption = 'System Settings'
  13.     TabOrder = 2
  14.     object CheckBox_Autoload: TCheckBox
  15.       Left = 16
  16.       Top = 24
  17.       Width = 217
  18.       Height = 17
  19.       Caption = 'Load automatically when Windows starts'
  20.       TabOrder = 0
  21.       OnClick = CheckBox_AutoloadClick
  22.     end
  23.     object CheckBox_NoCustomize: TCheckBox
  24.       Left = 16
  25.       Top = 47
  26.       Width = 137
  27.       Height = 17
  28.       Caption = 'Do not customize clock'
  29.       TabOrder = 1
  30.       OnClick = CheckBox_NoCustomizeClick
  31.     end
  32.     object Button_AdvancedSettings: TButton
  33.       Left = 304
  34.       Top = 40
  35.       Width = 131
  36.       Height = 25
  37.       Caption = 'Advanced Settings ...'
  38.       TabOrder = 2
  39.       OnClick = Button_AdvancedSettingsClick
  40.     end
  41.   end
  42.   object GroupBox_FormatSetup: TGroupBox
  43.     Left = 0
  44.     Top = 24
  45.     Width = 450
  46.     Height = 100
  47.     Caption = 'Format Settings'
  48.     TabOrder = 0
  49.     object Label_FormatFor: TLabel
  50.       Left = 16
  51.       Top = 20
  52.       Width = 20
  53.       Height = 13
  54.       Caption = 'Item'
  55.     end
  56.     object Label_FormatString: TLabel
  57.       Left = 144
  58.       Top = 20
  59.       Width = 62
  60.       Height = 13
  61.       Caption = 'Format String'
  62.     end
  63.     object ComboBox_CopyFormat: TComboBox
  64.       Left = 144
  65.       Top = 65
  66.       Width = 145
  67.       Height = 21
  68.       Style = csDropDownList
  69.       ItemHeight = 13
  70.       TabOrder = 4
  71.       Visible = False
  72.       OnChange = ComboBox_CopyFormatChange
  73.       Items.Strings = (
  74.         'Customize'
  75.         'Same as Clock'
  76.         'Same as Tooltip')
  77.     end
  78.     object ComboBox_FormatItem: TComboBox
  79.       Left = 16
  80.       Top = 36
  81.       Width = 121
  82.       Height = 21
  83.       Style = csDropDownList
  84.       ItemHeight = 13
  85.       TabOrder = 0
  86.       OnChange = ComboBox_FormatItemChange
  87.       Items.Strings = (
  88.         'Clock'
  89.         'Tooltip'
  90.         'Copy-to-clipboard')
  91.     end
  92.     object Button_Elements: TButton
  93.       Left = 328
  94.       Top = 63
  95.       Width = 105
  96.       Height = 25
  97.       Caption = 'Format Elements ...'
  98.       Default = True
  99.       TabOrder = 2
  100.       OnClick = Button_ElementsClick
  101.     end
  102.     object Edit_Format: TEdit
  103.       Left = 144
  104.       Top = 36
  105.       Width = 289
  106.       Height = 21
  107.       HideSelection = False
  108.       TabOrder = 1
  109.       OnChange = Edit_FormatChange
  110.     end
  111.     object Edit_FixedWidth: TEdit
  112.       Left = 232
  113.       Top = 65
  114.       Width = 57
  115.       Height = 21
  116.       TabOrder = 5
  117.       OnChange = Edit_FixedWidthChange
  118.     end
  119.     object CheckBox_UseFixedWidth: TCheckBox
  120.       Left = 144
  121.       Top = 67
  122.       Width = 81
  123.       Height = 17
  124.       Caption = 'Fixed width'
  125.       TabOrder = 3
  126.       OnClick = CheckBox_UseFixedWidthClick
  127.     end
  128.   end
  129.   object GroupBox_FontSetup: TGroupBox
  130.     Left = 0
  131.     Top = 128
  132.     Width = 450
  133.     Height = 138
  134.     Caption = 'Layout Settings'
  135.     TabOrder = 1
  136.     object Label_FontValue: TLabel
  137.       Left = 16
  138.       Top = 62
  139.       Width = 185
  140.       Height = 13
  141.       AutoSize = False
  142.       Caption = '_value_'
  143.     end
  144.     object Shape_ForeColor: TShape
  145.       Left = 408
  146.       Top = 22
  147.       Width = 25
  148.       Height = 25
  149.     end
  150.     object Shape_BackColor: TShape
  151.       Left = 408
  152.       Top = 78
  153.       Width = 25
  154.       Height = 25
  155.     end
  156.     object Bevel1: TBevel
  157.       Left = 216
  158.       Top = 16
  159.       Width = 17
  160.       Height = 113
  161.       Shape = bsLeftLine
  162.     end
  163.     object Button_ChangeFont: TButton
  164.       Left = 16
  165.       Top = 78
  166.       Width = 185
  167.       Height = 25
  168.       Caption = 'Font ...'
  169.       TabOrder = 2
  170.       OnClick = Button_ChangeFontClick
  171.     end
  172.     object CheckBox_UseCustomFont: TCheckBox
  173.       Left = 24
  174.       Top = 106
  175.       Width = 177
  176.       Height = 17
  177.       Caption = 'Use Custom Font'
  178.       TabOrder = 3
  179.       OnClick = CheckBox_UseCustomFontClick
  180.     end
  181.     object Button_ChangeForeColor: TButton
  182.       Left = 232
  183.       Top = 22
  184.       Width = 169
  185.       Height = 25
  186.       Caption = 'Text Color ...'
  187.       TabOrder = 4
  188.       OnClick = Button_ChangeForeColorClick
  189.     end
  190.     object CheckBox_UseCustomForeground: TCheckBox
  191.       Left = 240
  192.       Top = 50
  193.       Width = 145
  194.       Height = 17
  195.       Caption = 'Use Custom Text Color'
  196.       TabOrder = 5
  197.       OnClick = CheckBox_UseCustomForegroundClick
  198.     end
  199.     object Button_ChangeBackColor: TButton
  200.       Left = 232
  201.       Top = 78
  202.       Width = 169
  203.       Height = 25
  204.       Caption = 'Background Color ...'
  205.       TabOrder = 6
  206.       OnClick = Button_ChangeBackColorClick
  207.     end
  208.     object CheckBox_UseCustomBackground: TCheckBox
  209.       Left = 240
  210.       Top = 106
  211.       Width = 145
  212.       Height = 17
  213.       Caption = 'Use Custom Background'
  214.       TabOrder = 7
  215.       OnClick = CheckBox_UseCustomBackgroundClick
  216.     end
  217.     object Edit_InternalBorder: TEdit
  218.       Left = 144
  219.       Top = 24
  220.       Width = 57
  221.       Height = 21
  222.       TabOrder = 1
  223.       OnChange = Edit_InternalBorderChange
  224.     end
  225.     object CheckBox_UseInternalBorder: TCheckBox
  226.       Left = 16
  227.       Top = 26
  228.       Width = 124
  229.       Height = 17
  230.       Caption = 'Internal Border width'
  231.       TabOrder = 0
  232.       OnClick = CheckBox_UseInternalBorderClick
  233.     end
  234.   end
  235.   object Panel_Caption: TPanel
  236.     Left = 0
  237.     Top = 0
  238.     Width = 450
  239.     Height = 20
  240.     BevelOuter = bvNone
  241.     TabOrder = 3
  242.     object Shap_Caption: TShape
  243.       Left = 0
  244.       Top = 0
  245.       Width = 450
  246.       Height = 20
  247.       Align = alClient
  248.       Brush.Color = 12937777
  249.     end
  250.     object Label_Caption: TLabel
  251.       Left = 6
  252.       Top = 1
  253.       Width = 88
  254.       Height = 16
  255.       Caption = 'Taskbar Clock'
  256.       Font.Charset = DEFAULT_CHARSET
  257.       Font.Color = clWhite
  258.       Font.Height = -13
  259.       Font.Name = 'Tahoma'
  260.       Font.Style = [fsBold]
  261.       ParentFont = False
  262.       Transparent = True
  263.     end
  264.   end
  265.   object FontDialog: TFontDialog
  266.     Font.Charset = DEFAULT_CHARSET
  267.     Font.Color = clWindowText
  268.     Font.Height = -11
  269.     Font.Name = 'MS Sans Serif'
  270.     Font.Style = []
  271.     Left = 336
  272.     Top = 256
  273.   end
  274.   object ColorDialog_ForeColor: TColorDialog
  275.     Left = 376
  276.     Top = 256
  277.   end
  278.   object ColorDialog_BackColor: TColorDialog
  279.     Left = 408
  280.     Top = 256
  281.   end
  282.   object PopupMenu_Elements: TPopupMenu
  283.     Left = 296
  284.     Top = 256
  285.     object SubMenu_Samples: TMenuItem
  286.       Caption = 'Sample Formats'
  287.       object MenuItem_sample1: TMenuItem
  288.         Caption = 'Thu, 1 Jan 1998'
  289.         OnClick = MenuItem_sample1Click
  290.       end
  291.       object MenuItem_sample2: TMenuItem
  292.         Caption = 'January 01, 1998'
  293.         OnClick = MenuItem_sample2Click
  294.       end
  295.       object MenuItem_sample3: TMenuItem
  296.         Caption = '1 Jan '#39'98 (Thu)'
  297.         OnClick = MenuItem_sample3Click
  298.       end
  299.       object MenuSeparator_Sample1: TMenuItem
  300.         Caption = '-'
  301.       end
  302.       object MenuItem_sample4: TMenuItem
  303.         Caption = '31/01/1998'
  304.         OnClick = MenuItem_sample4Click
  305.       end
  306.       object MenuItem_sample5: TMenuItem
  307.         Caption = '01-31-1998'
  308.         OnClick = MenuItem_sample5Click
  309.       end
  310.       object MenuItem_sample6: TMenuItem
  311.         Caption = '98.01.31'
  312.         OnClick = MenuItem_sample6Click
  313.       end
  314.       object MenuSeparator_Sample2: TMenuItem
  315.         Caption = '-'
  316.       end
  317.       object MenuItem_sample7: TMenuItem
  318.         Caption = '3.00 pm'
  319.         OnClick = MenuItem_sample7Click
  320.       end
  321.       object MenuItem_sample8: TMenuItem
  322.         Caption = '15h00'
  323.         OnClick = MenuItem_sample8Click
  324.       end
  325.       object MenuItem_sample9: TMenuItem
  326.         Caption = '03:00:00 p'
  327.         OnClick = MenuItem_sample9Click
  328.       end
  329.     end
  330.     object SubMenu_Default: TMenuItem
  331.       Caption = 'Default Formats'
  332.       object MenuItem_default1: TMenuItem
  333.         Caption = 'Default Short Time'#9'%time'
  334.         OnClick = MenuItem_default1Click
  335.       end
  336.       object MenuItem_default2: TMenuItem
  337.         Caption = 'Default Long Time'#9'%longtime'
  338.         OnClick = MenuItem_default2Click
  339.       end
  340.       object MenuSeparator_Default1: TMenuItem
  341.         Caption = '-'
  342.       end
  343.       object MenuItem_default3: TMenuItem
  344.         Caption = 'Default Short Date'#9'%date'
  345.         OnClick = MenuItem_default3Click
  346.       end
  347.       object MenuItem_default4: TMenuItem
  348.         Caption = 'Default Long Date'#9'%longdate'
  349.         OnClick = MenuItem_default4Click
  350.       end
  351.     end
  352.     object MenuSeparator2: TMenuItem
  353.       Caption = '-'
  354.     end
  355.     object SubMenu_TimeElements: TMenuItem
  356.       Caption = 'Time Elements'
  357.       object MenuItem_hour1: TMenuItem
  358.         Caption = 'Hour (1-12)'#9'h'
  359.         OnClick = MenuItem_hour1Click
  360.       end
  361.       object MenuItem_hour2: TMenuItem
  362.         Caption = 'Hour (01-12)'#9'hh'
  363.         OnClick = MenuItem_hour2Click
  364.       end
  365.       object MenuItem_hour3: TMenuItem
  366.         Caption = 'Hour (0-23)'#9'H'
  367.         OnClick = MenuItem_hour3Click
  368.       end
  369.       object MenuItem_hour4: TMenuItem
  370.         Caption = 'Hour (00-23)'#9'HH'
  371.         OnClick = MenuItem_hour4Click
  372.       end
  373.       object MenuSeparator_Time1: TMenuItem
  374.         Caption = '-'
  375.       end
  376.       object MenuItem_min1: TMenuItem
  377.         Caption = 'Minute (0-59)'#9'm'
  378.         OnClick = MenuItem_min1Click
  379.       end
  380.       object MenuItem_min2: TMenuItem
  381.         Caption = 'Minute (00-59)'#9'mm'
  382.         OnClick = MenuItem_min2Click
  383.       end
  384.       object MenuSeparator_Time2: TMenuItem
  385.         Caption = '-'
  386.       end
  387.       object MenuItem_sec1: TMenuItem
  388.         Caption = 'Second (0-59)'#9's'
  389.         OnClick = MenuItem_sec1Click
  390.       end
  391.       object MenuItem_sec2: TMenuItem
  392.         Caption = 'Second (00-59)'#9'ss'
  393.         OnClick = MenuItem_sec2Click
  394.       end
  395.       object MenuSeparator_Time3: TMenuItem
  396.         Caption = '-'
  397.       end
  398.       object MenuItem_ampm1: TMenuItem
  399.         Caption = 'A/P'#9't'
  400.         OnClick = MenuItem_ampm1Click
  401.       end
  402.       object MenuItem_ampm2: TMenuItem
  403.         Caption = 'AM/PM'#9'tt'
  404.         OnClick = MenuItem_ampm2Click
  405.       end
  406.       object MenuSeparator_Time4: TMenuItem
  407.         Caption = '-'
  408.       end
  409.       object MenuItem_tz1: TMenuItem
  410.         Caption = 'Timezone Bias'#9'zz'
  411.         OnClick = MenuItem_tz1Click
  412.       end
  413.       object MenuItem_tz2: TMenuItem
  414.         Caption = 'Timezone Name'#9'ZZ'
  415.         OnClick = MenuItem_tz2Click
  416.       end
  417.     end
  418.     object SubMenu_DateElements: TMenuItem
  419.       Caption = 'Date Elements'
  420.       object MenuItem_day1: TMenuItem
  421.         Caption = 'Day'#9'd'
  422.         OnClick = MenuItem_day1Click
  423.       end
  424.       object MenuItem_day2: TMenuItem
  425.         Caption = 'Day (2 digits)'#9'dd'
  426.         OnClick = MenuItem_day2Click
  427.       end
  428.       object MenuItem_day3: TMenuItem
  429.         Caption = 'Day Name (abbr.)'#9'ddd'
  430.         OnClick = MenuItem_day3Click
  431.       end
  432.       object MenuItem_day4: TMenuItem
  433.         Caption = 'Day Name (full)'#9'dddd'
  434.         OnClick = MenuItem_day4Click
  435.       end
  436.       object MenuSeparator_Date1: TMenuItem
  437.         Caption = '-'
  438.       end
  439.       object MenuItem_month1: TMenuItem
  440.         Caption = 'Month'#9'M'
  441.         OnClick = MenuItem_month1Click
  442.       end
  443.       object MenuItem_month2: TMenuItem
  444.         Caption = 'Month (2 digits)'#9'MM'
  445.         OnClick = MenuItem_month2Click
  446.       end
  447.       object MenuItem_month3: TMenuItem
  448.         Caption = 'Month Name (abbr.)'#9'MMM'
  449.         OnClick = MenuItem_month3Click
  450.       end
  451.       object MenuItem_month4: TMenuItem
  452.         Caption = 'Month Name (full)'#9'MMMM'
  453.         OnClick = MenuItem_month4Click
  454.       end
  455.       object MenuSeparator_Date2: TMenuItem
  456.         Caption = '-'
  457.       end
  458.       object MenuItem_year1: TMenuItem
  459.         Caption = 'Year (2 digits)'#9'yy'
  460.         OnClick = MenuItem_year1Click
  461.       end
  462.       object MenuItem_year2: TMenuItem
  463.         Caption = 'Year (4 digits)'#9'yyyy'
  464.         OnClick = MenuItem_year2Click
  465.       end
  466.       object MenuSeparator_Date3: TMenuItem
  467.         Caption = '-'
  468.       end
  469.       object MenuItem_dayord1: TMenuItem
  470.         Caption = 'Day of Year'#9'D'
  471.         OnClick = MenuItem_dayord1Click
  472.       end
  473.       object MenuItem_dayord2: TMenuItem
  474.         Caption = 'Day of Year (3 digits)'#9'DDD'
  475.         OnClick = MenuItem_dayord2Click
  476.       end
  477.       object MenuItem_week1: TMenuItem
  478.         Caption = 'Week Number'#9'w'
  479.         OnClick = MenuItem_week1Click
  480.       end
  481.       object MenuItem_week2: TMenuItem
  482.         Caption = 'Week Number (2 digits)'#9'ww'
  483.         OnClick = MenuItem_week2Click
  484.       end
  485.     end
  486.     object SubMenu_ResourceElements: TMenuItem
  487.       Caption = 'Resource Elements'
  488.       object MenuItem_CPUUsage: TMenuItem
  489.         Caption = 'CPU Usage (%)'#9'%cpu'
  490.         OnClick = MenuItem_CPUUsageClick
  491.       end
  492.       object MenuSeparator_Resource1: TMenuItem
  493.         Caption = '-'
  494.       end
  495.       object MenuItem_Mem1: TMenuItem
  496.         Caption = 'Physical memory (RAM) load (%)'#9'%mem'
  497.         OnClick = MenuItem_Mem1Click
  498.       end
  499.       object MenuItem_Mem2: TMenuItem
  500.         Caption = 'Physical memory (RAM) available (MB)'#9'%mema'
  501.         OnClick = MenuItem_Mem2Click
  502.       end
  503.       object MenuItem_Mem3: TMenuItem
  504.         Caption = 'Physical memory (RAM) total (MB)'#9'%memt'
  505.         OnClick = MenuItem_Mem3Click
  506.       end
  507.       object MenuSeparator_Resource2: TMenuItem
  508.         Caption = '-'
  509.       end
  510.       object MenuItem_Power1: TMenuItem
  511.         Caption = 'AC line status (On/Off)'#9'%ac'
  512.         OnClick = MenuItem_Power1Click
  513.       end
  514.       object MenuItem_Power2: TMenuItem
  515.         Caption = 'Battery life (%)'#9'%batt'
  516.         OnClick = MenuItem_Power2Click
  517.       end
  518.       object MenuItem_Power3: TMenuItem
  519.         Caption = 'Battery life time (hh:mm)'#9'%timebatt'
  520.         OnClick = MenuItem_Power3Click
  521.       end
  522.     end
  523.     object MenuSeparator1: TMenuItem
  524.       Caption = '-'
  525.     end
  526.     object MenuItem_SingleQuote: TMenuItem
  527.       Caption = 'Single Quote'#9'%sq'
  528.       OnClick = MenuItem_SingleQuoteClick
  529.     end
  530.     object Invisibleseparator1: TMenuItem
  531.       Caption = 'Invisible separator'#9'~'
  532.       OnClick = Invisibleseparator1Click
  533.     end
  534.     object Linebreak1: TMenuItem
  535.       Caption = 'Line break'#9'|'
  536.       OnClick = Linebreak1Click
  537.     end
  538.     object MenuItem_LiteralText: TMenuItem
  539.       Caption = 'Literal Text'#9#39'..'#39
  540.       OnClick = MenuItem_LiteralTextClick
  541.     end
  542.   end
  543.   object IdHTTP1: TIdHTTP
  544.     MaxLineAction = maException
  545.     AllowCookies = True
  546.     ProxyParams.BasicAuthentication = False
  547.     ProxyParams.ProxyPort = 0
  548.     Request.ContentLength = -1
  549.     Request.ContentRangeEnd = 0
  550.     Request.ContentRangeStart = 0
  551.     Request.Accept = 'text/html, */*'
  552.     Request.BasicAuthentication = False
  553.     Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
  554.     HTTPOptions = [hoForceEncodeParams]
  555.     Left = 232
  556.     Top = 312
  557.   end
  558.   object IdAntiFreeze1: TIdAntiFreeze
  559.     Left = 264
  560.     Top = 312
  561.   end
  562. end
  563.